programming:c:struct statWhat links here?
The structure used to contain file attributes returned by programming c:function stat and programming c:function fstat.

struct stat {
    _dev_t      st_dev;	    /* Equivalent to drive number 0=A 1=B ... */
    _ino_t      st_ino;	    /* Always zero ? */
    _mode_t     st_mode;    /* See above constants */
    short       st_nlink;   /* Number of links. */
    short       st_uid;	    /* User: Maybe significant on NT ? */
    short       st_gid;	    /* Group: Ditto */
    _dev_t      st_rdev;    /* Seems useless (not even filled in) */
    _off_t      st_size;    /* File size in bytes */
    time_t      st_atime;   /* Accessed date (always 00:00 hrs local * on FAT) */
    time_t      st_mtime;   /* Modified time */
    time_t      st_ctime;   /* Creation time */
};


Defined in sys\stat.h.
programming:c:struct stat
filename:programming:c:struct stat
filename:programming%3Ac%3Astruct%20stat
last edit:April 04 2009 20:46:48 (5510 days ago)
ct = 1714984423.000000 = May 06 2024 04:33:43
ft = 1238892408.000000 = April 04 2009 20:46:48
dt = 476092015.000000